home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / atan.0 < prev    next >
Text File  |  1996-09-02  |  853b  |  28 lines

  1.  
  2. ATAN(3)                    UNIX Programmer's Manual                    ATAN(3)
  3.  
  4. NNAAMMEE
  5.      aattaann - arc tangent function of one variable
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<mmaatthh..hh>>
  9.  
  10.      _d_o_u_b_l_e
  11.      aattaann(_d_o_u_b_l_e _x)
  12.  
  13.      _f_l_o_a_t
  14.      aattaannff(_f_l_o_a_t _x)
  15.  
  16. DDEESSCCRRIIPPTTIIOONN
  17.      The aattaann() and aattaannff() functions compute the principal value of the arc
  18.      tangent of _x in the range [-pi/2, +pi/2].
  19.  
  20. RREETTUURRNN VVAALLUUEESS
  21.      Exceptional cases are handled by matherr(3).
  22.  
  23. SSEEEE AALLSSOO
  24.      acos(3),  asin(3),  atan2(3),  cos(3),  cosh(3),  sin(3),  sinh(3),
  25.      tan(3),  tanh(3),  math(3),  matherr(3)
  26.  
  27. BSD Experimental                  May 2, 1991                                1
  28.